.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 190px;
  padding-bottom: 190px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.hero-title {
  position: relative;
  margin-top: 21px;
  margin-bottom: 21px;
  color: #143284;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 900;
  white-space: normal;
  background-clip: border-box;
}

.hero-title.hero-heading {
  margin-top: 21px;
  margin-bottom: 21px;
  background-image: none;
  color: #143284;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 900;
  background-clip: border-box;
}

.hero-btn {
  position: relative;
  padding: 1.14em 2.286em;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 6px 6px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #dd0000;
  font-size: 0.875rem;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 2;
}

.hero-btn:hover {
  background-color: #143284;
  box-shadow: none;
  color: #fff;
}

.hero-img-box {
  position: relative;
  padding-bottom: 35px;
  padding-left: 36px;
}

.hero-img-main {
  position: relative;
  z-index: 3;
  width: 100%;
}

.img-decor--dots {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  max-width: 62px;
}

.hero-img-decor {
  position: absolute;
  left: 27px;
  top: auto;
  right: auto;
  bottom: 27px;
  z-index: 1;
  width: 108px;
  height: 94px;
  background-color: #00e5d4;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.row-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.md-flex-inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.video-btn {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.video-btn:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.video-btn.video-btn--lc {
  position: absolute;
  left: 0px;
  top: 45%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.video-btn.video-btn--cc {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-btn__img {
  max-width: 19px;
  margin-left: 8px;
}

.hero-decor-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(68%, -68%);
  -ms-transform: translate(68%, -68%);
  transform: translate(68%, -68%);
}

.hero-decor-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-86%, 40%);
  -ms-transform: translate(-86%, 40%);
  transform: translate(-86%, 40%);
}

.hero-decor-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  max-width: 42vw;
  -webkit-transform: translate(0%, 25%);
  -ms-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
}

.hero-decor-block-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 45vw;
  height: 61vh;
  background-image: linear-gradient(77deg, #143284, #114df2);
}

.text-span {
  background-color: #00e5d4;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.container-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-wrapper.container-wrapper--full {
  max-width: 100%;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding: 46px 10px;
  box-shadow: 7px 7px 40px 0 transparent;
  -webkit-transition: box-shadow 300ms linear, padding 300ms linear, background-color 300ms linear;
  transition: box-shadow 300ms linear, padding 300ms linear, background-color 300ms linear;
}

.header.scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.logo-img {
  max-width: 172px;
}

.nav-menu {
  margin-right: auto;
  margin-left: auto;
}

.nav-menu.main-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__link {
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 10px;
  border-bottom: 2px solid rgba(0, 229, 212, 0);
  -webkit-transition: border 300ms ease, color 300ms ease;
  transition: border 300ms ease, color 300ms ease;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.21;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.main-nav__link:hover {
  border-bottom-color: #00e5d4;
  color: #00e5d4;
}

.manu-item__link-more {
  width: 100px;
  max-width: 22px;
}

.nav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-buttons__btn {
  margin-right: 37px;
  padding: 0.67em 1.33em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-buttons__btn:hover {
  background-color: #fff;
  color: #00e5d4;
}

.nav-buttons__btn.nav-buttons__btn-green {
  border-color: #00e5d4;
  color: #00e5d4;
}

.nav-buttons__btn.nav-buttons__btn-green:hover {
  background-color: #00e5d4;
  color: #fff;
}

.nav-buttons__btn.nav-buttons__btn-yellow {
  border-color: #00e5d4;
  color: #fffc00;
}

.nav-buttons__btn.nav-buttons__btn-yellow:hover {
  background-color: #00e5d4;
  color: #fff;
}

.nav-button__btn-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 10px 0 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.nav-button__btn-round:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.nav-button__btn-round.hide-tablet {
  width: 3rem;
  height: 3rem;
}

.nav-button__btn-round-img {
  max-width: 14px;
}

.nav-button__btn-round-text {
  margin-top: 4px;
  color: #dd0000;
  font-size: 0.375rem;
  line-height: 1.22;
  font-weight: 700;
  text-transform: uppercase;
}

.screen-reader {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  padding: 0px;
  border: 0px solid transparent;
  white-space: nowrap;
}

.main-nav__dropdown-list.w--open {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transform: translate(-33px, 100%);
  -ms-transform: translate(-33px, 100%);
  transform: translate(-33px, 100%);
}

.main-nav__dropdown-item {
  padding: 6px 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #143284;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.main-nav__dropdown-item:hover {
  color: #00e5d4;
}

.nav-menu__mobile-header {
  display: none;
}

.nav-buttons__mobile {
  display: none;
}

.nav-menu__mobile-btn-close {
  display: none;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.nav-menu__mobile-btn-close:hover {
  background-color: #00e5d4;
}

.nav-menu__mobile-btn-close-img {
  width: 24px;
  height: 24px;
}

.brand {
  padding-left: 0px;
}

.section-intro {
  padding-top: 20px;
  padding-bottom: 95px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col {
  padding-right: 10px;
  padding-left: 10px;
}

.section-heading-box {
  position: relative;
  padding-bottom: 10px;
}

.section-heading-box.section-intro-heading {
  max-width: 50%;
  margin-left: 97px;
}

.section-heading-box.section-testimonials__heading-box {
  margin-left: auto;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #143284;
  font-size: 4rem;
  line-height: 1.22;
  font-weight: 900;
}

.section-heading-decor {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 60px;
  height: 6px;
  background-color: #143284;
}

.section-intro-col-1 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.section-intro-decor {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  background-image: url('/images/intro-decor-1.svg'), linear-gradient(166.6deg, #00e5d4, #3fc);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.section-intro-decor.section-intro-decor--left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(44px, 0px);
  -ms-transform: translate(44px, 0px);
  transform: translate(44px, 0px);
}

.section-intro-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-intro__text {
  max-width: 80%;
  margin-bottom: 10px;
}

.btn-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 8px 10px 8px 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
  color: #143284;
  font-size: 0.75rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-more:hover {
  padding-left: 42px;
  color: #00e5d4;
}

.section-education {
  padding-top: 95px;
  padding-bottom: 95px;
}

.custom-list {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 100px;
  padding-left: 0px;
}

.custom-list__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 34px;
}

.section-education__links {
  position: relative;
  padding-bottom: 48px;
  padding-left: 22px;
}

.section-education__links-inner {
  max-width: 500px;
  padding: 40px 40px 25px 50px;
  background-color: #f9f9f9;
  background-image: linear-gradient(250.65deg, #00e5d4, #3fc 75%, #3fc 103%);
}

.section-education__links-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 197px;
  margin-bottom: 40px;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('/images/edu-link-decor-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.25);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #143284;
  text-decoration: none;
}

.section-education__links-item:hover {
  background-color: #143284;
  background-image: url('/images/edu-link-decor-1.svg'), linear-gradient(235deg, #143284, #114df2);
  background-position: 0% 100%, 0px 0px;
  background-size: 75% 100%, auto;
  color: #fff;
}

.section-education__links-item.section-education__links-item--inverse {
  background-color: #fff;
  background-image: url('/images/edu-link-decor-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  color: #143284;
}

.section-education__links-item.section-education__links-item--last {
  margin-bottom: 0px;
}

.section-education__links-item.section-education__links-item--last.section-education__links--inverse {
  background-color: #fff;
  background-image: url('/images/edu-link-decor-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  color: #143284;
}

.section-education__links-heading {
  margin-top: 30px;
  -webkit-transition: margin-top 200ms ease;
  transition: margin-top 200ms ease;
  font-size: 1.75rem;
  line-height: 1.22;
  font-weight: 900;
}

.section-education__links-text {
  position: relative;
  padding: 3px 10px 3px 26px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-education__links-text:hover {
  opacity: 1;
}

.section-type {
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: url('/images/section-bg-right.svg');
  background-position: 100% 50%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}

.div-block {
  width: 100%;
}

.section-type-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-type-tabs__menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 6px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f9f9f9;
  -webkit-transform: translate(-33%, -200%);
  -ms-transform: translate(-33%, -200%);
  transform: translate(-33%, -200%);
}

.section-type-tabs__conts {
  width: 100%;
  padding-right: 10px;
}

.section-type-tabs__link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 1.33em 2.67em;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #143284;
  font-size: 0.75rem;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-type-tabs__link:hover {
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.section-type-tabs__link.w--current {
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.section-type-tabs__conts-pane {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1.14em 2.14em;
  border-radius: 50px;
  background-color: #00e5d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3fc), to(#00e5d4));
  background-image: linear-gradient(180deg, #3fc, #00e5d4);
  box-shadow: 10px 0 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #143284;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#143284), to(#114df2));
  background-image: linear-gradient(180deg, #143284, #114df2);
  color: #00e5d4;
}

.paragraph.mb-30 {
  margin-bottom: 30px;
}

.section-type-tabs__conts-text {
  max-width: 90%;
}

.section-type-tabs__conts-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 466px;
  min-height: 265px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/video-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/video-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.section-testimonials {
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 95px;
}

.section-testimonials__slider {
  position: relative;
  right: -10px;
  overflow: hidden;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-left: 30px;
}

.section-testimonials__slider-inner {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 73px;
  padding-left: 24px;
  background-color: #f9f9f9;
  background-image: linear-gradient(251deg, #00e5d4, #3fc);
}

.section-testimonials__slider-decor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  max-width: 62px;
}

.slider-testimonials {
  height: auto;
  background-color: transparent;
}

.slider-testimonials__mask {
  overflow: visible;
  -webkit-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px);
}

.slider-testimonials__slide {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.slider-testimonials__nav-prev {
  display: none;
}

.slider-testimonials__nav-next {
  display: none;
}

.slider-testimonials__nav-dots {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: auto;
  padding-top: 35px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.slider-testimonials__slide-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/video-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/video-bg.png');
   background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;  
  background-repeat: no-repeat;
}

.main.main-secondary {
  padding-top: 150px;
  background-image: url('/images/main-decor-center.svg'), url('/images/main-decor-right.svg'), url('/images/main-decor-left.svg');
  background-position: 50% 50%, 100% 0%, 0% 0%;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-col {
  margin-bottom: 0px;
}

.footer-copyright {
  margin-bottom: 0px;
  font-size: 0.75rem;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-socials__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.footer-socials__btn:hover {
  opacity: 0.6;
}

.footer-socials__btn.footer-socials__btn--last {
  margin-right: 0px;
}

.footer-socials__btn-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 0%, 0.75);
}

.modal-wrapper__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-video {
  margin-bottom: 30px;
}

.modal-form-wrapper {
  position: relative;
  text-align: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.modal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  margin-bottom: 27px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form__input {
  height: auto;
  max-width: 30%;
  margin: 9px 13px;
  padding: 1.07em 2.21em;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  background-color: #f9f9f9;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1.22em;
  letter-spacing: 0.5px;
}

.modal-form__input:focus {
  border-color: #00e5d4;
  background-color: #fff;
}

.modal-form__submit {
  height: auto;
  max-width: 30%;
  margin: 9px 13px;
  padding: 1.14em 2.29em;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.modal-form__submit:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.modal-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('/images/icon-close.svg');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #143284;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.modal-btn-close:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.modal-content {
  position: relative;
  overflow: auto;
  max-height: 100%;
  padding: 54px;
  background-color: #fff;
}

.modal-decor-1 {
  position: absolute;
  left: 12px;
  top: auto;
  right: auto;
  bottom: 12px;
  width: 86px;
  height: 86px;
  background-color: #00e5d4;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.modal-decor-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 57px;
  height: 94px;
  background-image: url('/images/dots.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-content-decor-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 57px;
  height: 94px;
  background-image: url('/images/dots.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(100%, 100%) rotate(-90deg);
  -ms-transform: translate(100%, 100%) rotate(-90deg);
  transform: translate(100%, 100%) rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.modal-wrapper__underlayer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.success-message {
  background-color: #00e5d4;
}

.page-heading {
  margin-bottom: 94px;
}

.page-heading__title {
  display: inline-block;
  margin-top: 10px;
  background-image: linear-gradient(45deg, #143284, #04f);
  color: #143284;
  font-size: 4.5rem;
  line-height: 1.22;
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-heading__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__list-item {
  margin-right: 2px;
  color: #04f;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 600;
}

.breadcrumbs__list-item-text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  text-decoration: none;
}

.breadcrumbs__list-item-text:hover {
  color: #04f;
}

.breadcrumbs__list-item-text.breadcrumbs__list-item-text--current {
  color: #04f;
}

.section-faq {
  padding-bottom: 95px;
}

.section-faq__heading {
  margin-top: 10px;
  color: #143284;
  font-size: 1.5rem;
  line-height: 1.21;
}

.accordion-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.accordion-item {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.accordion-item__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  cursor: pointer;
}

.accordion-item__trigger:hover {
  color: #04f;
}

.accordion-item__trigger-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 600;
}

.accordion-item__content {
  overflow: hidden;
}

.accordion-item__content-inner {
  padding: 24px;
}

.accordion-item__trigger-icon {
  width: 20px;
}

.accordion-item__content-text {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
  border-radius: 10px;
  background-color: #e1fffa;
}

.section-ask {
  position: relative;
  padding-top: 40px;
  padding-bottom: 150px;
}

.section-ask__inner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-ask__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 44vw;
  height: 100%;
  background-image: linear-gradient(76deg, #143284, #114df2);
}

.section-ask__heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #143284;
  font-size: 3rem;
  line-height: 1.22;
}

.section-ask__heading.section-ask__heading--modal {
  margin-bottom: 40px;
  font-size: 2.25rem;
}

.section-ask__text {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.21;
}

.section-ask__text.section-ask__text--modal {
  margin-bottom: 40px;
}

.section-ask__text.section-ask__text--small {
  margin-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.17;
}

.form-ask {
  margin-bottom: 0px;
  padding-top: 40px;
}

.form-ask.form-ask--modal{
  padding-top: 0px;
  text-align: center;
}

.form-ask__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-ask__col {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-ask__col.form-ask__col-50 {
  max-width: 50%;
}

.form-ask__input {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 1.14em 2.28em;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  background-color: #f9f9f9;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1.22;
  text-align: left;
  letter-spacing: 0.5px;
}

.form-ask__input:focus {
  border-color: #00e5d4;
  background-color: #fff;
}

.form-ask__input::-webkit-input-placeholder {
  color: #cdcdcd;
}

.form-ask__input:-ms-input-placeholder {
  color: #cdcdcd;
}

.form-ask__input::-ms-input-placeholder {
  color: #cdcdcd;
}

.form-ask__input::placeholder {
  color: #cdcdcd;
}

.form-ask__input.form-ask__textarea {
  min-height: 172px;
  border-radius: 30px;
}

.form-ask__input.form-ask__input--modal {
  margin-bottom: 30px;
}

.form-ask__submit {
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 1.14em 2.28em;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-ask__submit:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.form-ask-green__submit {
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 1.14em 2.28em;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #0c0;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-ask-green__submit:hover {
  background-color: #fff;
  color: #143284;
  box-shadow: none;
}

.section-ask__img {
  width: 100%;
}

.section-ask__content {
  max-width: 90%;
  margin-top: 0px;
}

.section-ask__decor {
  position: absolute;
  left: auto;
  top: -40%;
  right: 0%;
  bottom: auto;
  width: 12vw;
}

.contacts-links {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.contacts-list__item {
  position: relative;
  margin-bottom: 14px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 1.125rem;
  line-height: 1.22;
  cursor: pointer;
}

.contacts-list__item:hover {
  color: #00e5d4;
}

.section-contacts__pane {
  margin-right: -16px;
  margin-left: -16px;
  padding: 50px 44px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
}

.section-contacts__inner {
  position: relative;
  width: 100%;
}

.section-contacts__heading {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #143284;
  font-size: 1.5rem;
  line-height: 1.21;
}

.section-contacts__pane-header {
  margin-bottom: 48px;
}

.section-contacts__pane-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: underline;
}

.btn-back {
  height: auto;
  padding: 0.33em 0.33em 0.33em 3.1em;
  background-color: transparent;
  background-image: url('/images/arrow-left.svg');
  background-position: 0% 50%;
  background-size: 2em;
  background-repeat: no-repeat;
  -webkit-transition: padding 300ms ease, color 300ms ease;
  transition: padding 300ms ease, color 300ms ease;
  color: #143284;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-back:hover {
  padding-right: 1.33em;
  padding-left: 2.1em;
  color: #00e5d4;
}

.align-right {
  text-align: right;
}

.section-contacts__pane-subheading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.22;
}

.conatacts-places {
  margin-bottom: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.contacts-places__item {
  margin-bottom: 32px;
  font-size: 0.875rem;
  line-height: 1.21;
  font-weight: 400;
}

.contacts-places__item-heading {
  margin-top: 0px;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.21;
}

.section-about-intro__heading {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 2.25rem;
  line-height: 1.22;
}

.section-about-intro__subheading {
  font-size: 1.125rem;
  font-weight: 500;
}

.section-about-intro__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.22;
}

.section-about-intro__video-text {
  margin-bottom: 0px;
  margin-left: 22px;
}

.about-intro-wrapper {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 20px;
  background-image: url('/images/dots.svg');
  background-position: 100% 100%;
  background-size: 62px;
  background-repeat: no-repeat;
}

.about-intro__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-intro__inner.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about-intro__decor {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 84%;
  background-color: #f9f9f9;
  background-image: url('/images/aboyt-intro-decor.svg'), linear-gradient(167deg, #00e5d4, #3fc);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.about-intro__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  color: #143284;
}

.about-intro__text.about-intro__text--top {
  font-size: 1.125rem;
  line-height: 1.2;
}

.about-intro__text.about-intro__text--middle {
  margin-bottom: 4px;
  padding-bottom: 6px;
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
}

.about-intro__text.about-intro__text--bottom {
  font-size: 1.5rem;
  line-height: 1.2;
}

.section-about {
  padding-top: 136px;
  padding-bottom: 60px;
}

.section-about__inner {
  width: 100%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.about-content {
  margin-bottom: 120px;
}

.about-content__heading {
  margin-top: 0px;
  margin-bottom: 27px;
  padding-left: 24px;
  color: #143284;
  font-size: 1.5rem;
  line-height: 1.21;
  font-weight: 900;
}

.about-content__text {
  padding-left: 21px;
  border-left: 3px solid #3fc;
  font-size: 0.875rem;
}

.about-content__subheading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #143284;
  font-size: 1.125rem;
  line-height: 1.22;
}

.text-center {
  text-align: center;
}

.mt-30 {
  margin-top: 30px;
}

.accordion-item__content-hr {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #000;
}

.text-uppercase {
  text-transform: uppercase;
}

.modal-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form__radio {
  font-size: 0.875rem;
  line-height: 1.22;
  text-align: left;
}

.section-ask__price {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #00E5D4;
  font-size: 0.8rem;
  line-height: 1.21;
}

.section-ask__subheading_title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #143284;
  font-size: 1.5rem;
  line-height: 1.21;
}

.section-ask__subheading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.21;
}

.section-ask__subheading.section-ask__subheading--modal {
  margin-bottom: 40px;
}

.form-ask__radio {
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 0.875rem;
  line-height: 1.22;
  text-align: left;
}

.form-ask__radio-input {
  width: 13px;
  height: 13px;
  margin-top: 2px;
  border-color: #efefef;
  background-color: #efefef;
  -webkit-transition: border-width 200ms ease, background-color 200ms ease;
  transition: border-width 200ms ease, background-color 200ms ease;
}

.form-ask__radio-input.w--redirected-checked {
  border-width: 3px;
  border-color: #efefef;
  background-color: #35f1d3;
}

.form-ask__radio-wrapper {
  margin-bottom: 20px;
  -webkit-column-count: 3;
  column-count: 3;
}

.form-ask__radio-wrapper.form-ask__radio-wrapper--modal {
  margin-bottom: 30px;
}

.modal-forms {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 0%, 0.75);
}

.modal-forms__underlayer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modal-forms__inner {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 90vh;
  max-width: 842px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-links {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.75);
  opacity: 0;
}

.modal-links__underlayer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.modal-links__inner {
  position: relative;
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 90vh;
  max-width: 842px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.modal-links__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  text-align: center;
}

.modal-links__heading {
  margin-top: 60px;
  margin-bottom: 80px;
  color: #143284;
  font-size: 1.5rem;
  line-height: 1.22;
  text-align: center;
}

.modal-links__btn {
  height: auto;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 1.14em 2.28em;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #143284;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-links__btn:hover {
  background-color: #00e5d4;
  box-shadow: none;
}

.section-present {
  /*padding-top: 70px;*/
  padding-bottom: 70px;
}

.section-present-col {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-ask__text-link {
  color: #04f;
  text-decoration: none;
}

.section-ask__text-link:hover {
  text-decoration: underline;
}

.section-ask__afterform {
  margin-top: 0px;
  color: #143284;
}

.form-success {
  background-color: transparent;
  color: #143284;
  font-size: 0.875rem;
  line-height: 1.21;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-decor-1 {
    -webkit-transform: translate(54%, -68%);
    -ms-transform: translate(54%, -68%);
    transform: translate(54%, -68%);
  }

  .hero-decor-2 {
    z-index: 0;
    -webkit-transform: translate(-70%, 30%);
    -ms-transform: translate(-70%, 30%);
    transform: translate(-70%, 30%);
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .header {
    padding: 20px 0px;
  }

  .nav-menu.main-nav__menu.main-nav__menu-mobile {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    overflow: auto;
    width: 100%;
    height: 100vh;
    max-width: 90%;
    padding: 20px 30px 20px 43px;
    background-color: #fff;
    box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15), -10px 0 100px 500px hsla(0, 0%, 100%, 0.75);
  }

  .main-nav__link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px none #000;
    font-size: 1.125rem;
    line-height: 1.22;
    text-align: left;
  }

  .main-nav__link:hover {
    border-color: #000;
  }

  .main-nav__link.main-nav__dropdown-link {
    display: none;
  }

  .nav-buttons__btn.nav-buttons__btn-green {
    margin-right: 0px;
  }

  .nav-buttons__btn.nav-butttons__mobile-btn {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
    border-style: none;
    background-color: #00e5d4;
    color: #143284;
  }

  .nav-buttons__btn.nav-butttons__mobile-btn:hover {
    background-color: #143284;
    color: #00e5d4;
  }

  .nav-buttons__btn.hide-tablet {
    display: none;
  }

  .nav-button__btn-round.nab-button__btn-round-m {
    width: 68px;
    height: 68px;
    background-color: #00e5d4;
    box-shadow: 7px 7px 40px 0 rgba(20, 50, 132, 0.15);
  }

  .nav-button__btn-round.hide-tablet {
    display: none;
  }

  .nav-button__btn-round-img.nav-button__btn-round-m-img {
    width: 19px;
    max-width: 19px;
  }

  .nav-button__btn-round-text.nav-button__btn-round-m-text {
    font-size: 0.5rem;
  }

  .main-nav__dropdown-list {
    position: static;
    display: block;
    margin-bottom: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    border-color: #dcdcdc #000 #000;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .main-nav__dropdown-item {
    padding: 8px 10px;
    font-size: 1rem;
    line-height: 1.22;
  }

  .nav-menu__burger {
    display: inline-block;
    max-width: 32px;
  }

  .menu-button {
    right: 0px;
    width: 56px;
    height: 56px;
    margin-left: 20px;
    padding: 10px;
    background-color: transparent;
    background-image: url('/images/icon-burger.svg');
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    -webkit-transition: right 1000ms ease, background-color 300ms ease, -webkit-filter 300ms ease;
    transition: right 1000ms ease, background-color 300ms ease, -webkit-filter 300ms ease;
    transition: filter 300ms ease, right 1000ms ease, background-color 300ms ease;
    transition: filter 300ms ease, right 1000ms ease, background-color 300ms ease, -webkit-filter 300ms ease;
  }

  .menu-button:hover {
    background-image: url('/images/icon-burger.svg');
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 91%;
    bottom: auto;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    padding: 8px;
    background-color: transparent;
    background-image: url('/images/icon-close.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open:hover {
    background-image: url('/images/icon-close.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }

  .nav-menu__mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu__mobile-logo {
    max-width: 140px;
    margin-right: 20px;
  }

  .nav-menu__mobile-underlay {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    min-height: 100vh;
    min-width: 100vw;
    background-color: hsla(0, 0%, 100%, 0.75);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .image-6 {
    min-width: 140px;
  }

  .nav-buttons__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu__mobile-btn-close {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu__close {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .section-intro {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-heading-box.section-intro-heading {
    margin-left: 20px;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .section-intro-col-1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section-intro-decor {
    width: 60%;
  }

  .section-education {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-list {
    margin-left: 20px;
  }

  .section-education__links-item {
    background-size: contain;
  }

  .section-education__links-item:hover {
    background-size: cover, auto;
  }

  .section-type {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: auto 130%;
  }

  .section-type-tabs__menu {
    -webkit-transform: translate(0%, -150%);
    -ms-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
  }

  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-testimonials__slider {
    right: -10px;
  }

  .slider-testimonials__slide {
    width: 100%;
  }

  .modal-form__input {
    max-width: 45%;
  }

  .modal-form__submit {
    max-width: 45%;
  }

  .section-faq {
    padding-bottom: 60px;
  }

  .section-ask {
    padding-bottom: 80px;
  }

  .section-ask__content {
    max-width: 100%;
  }

  .section-ask__decor {
    width: 25vw;
  }

  .contacts-links {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }

  .conatacts-places {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .section-about-intro__heading {
    margin-bottom: 30px;
    font-size: 1.75rem;
  }

  .section-about-intro__subheading {
    font-size: 1rem;
  }

  .about-intro-wrapper {
    padding-right: 10px;
    padding-bottom: 15px;
    background-size: 30px;
  }

  .about-intro__inner {
    min-height: 117px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-intro__text.about-intro__text--top {
    font-size: 0.625rem;
  }

  .about-intro__text.about-intro__text--middle {
    font-size: 3rem;
  }

  .about-intro__text.about-intro__text--bottom {
    font-size: 0.75rem;
  }

  .section-about {
    padding-top: 70px;
    padding-bottom: 96px;
  }

  .section-about__inner {
    max-width: 100%;
  }

  .form-ask__radio-wrapper {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .hero-btn {
    margin-top: 20px;
  }

  .hero-img-box {
    text-align: left;
  }

  .hero-img-main.hero-img {
    max-width: 90%;
  }

  .img-decor--dots {
    max-width: 44px;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.section-intro__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.hero-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.sm-flex-inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.sm-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .row.sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.md-flex-inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-decor-1 {
    -webkit-transform: translate(57%, -67%);
    -ms-transform: translate(57%, -67%);
    transform: translate(57%, -67%);
  }

  .hero-decor-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-transform: rotate(-45deg) translate(30%, 95%);
    -ms-transform: rotate(-45deg) translate(30%, 95%);
    transform: rotate(-45deg) translate(30%, 95%);
  }

  .hero-decor-block-1 {
    width: 60vw;
    height: 40vh;
  }

  .column {
    top: 10px;
    bottom: 10px;
  }

  .column-2 {
    top: 10px;
    bottom: 10px;
  }

  .header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .header.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-grid {
    text-align: center;
  }

  .logo-img {
    max-width: 131px;
  }

  .logo-img.logo-img--footer {
    max-width: 154px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .brand.footer-brand.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }

  .section-intro {
    padding-top: 60px;
  }

  .section-heading {
    font-size: 2.25rem;
  }

  .section-intro-col-1 {
    margin-bottom: 40px;
  }

  .section-intro-decor {
    left: 25%;
    width: 50%;
    -webkit-transform: translate(-25%, 0px);
    -ms-transform: translate(-25%, 0px);
    transform: translate(-25%, 0px);
  }

  .section-intro-decor.section-intro-decor--left {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  .section-intro__text {
    max-width: 100%;
  }

  .custom-list {
    margin-left: 10px;
  }

  .section-education__links {
    padding-bottom: 34px;
    padding-left: 16px;
  }

  .section-education__links-inner {
    padding: 28px 35px 18px;
  }

  .section-education__links-item {
    min-height: 139px;
    margin-bottom: 30px;
    background-image: url('/images/edu-link-decor-2.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('/images/edu-link-decor-2.svg'), linear-gradient(180deg, null, null);
    background-size: contain, auto;
  }

  .section-education__links-item:hover {
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .section-type {
    background-position: 100% 0%;
    background-size: 60%;
  }

  .section-type-tabs__menu {
    position: relative;
    max-width: 98%;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-type-tabs__link {
    padding-right: 1.33em;
    padding-left: 1.33em;
  }

  .section-type-tabs__link-text {
    font-size: 0.625rem;
  }

  .section-type-tabs__conts-text {
    max-width: 100%;
  }

  .sm-hide {
    display: none;
  }

  .section-type-tabs__conts-video {
    margin-bottom: 30px;
  }

  .section-testimonials__slider {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .section-testimonials__slider-inner {
    padding-top: 50px;
    padding-bottom: 67px;
  }

  .section-testimonials__slider-decor {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 0%;
    z-index: 2;
    max-width: 54px;
  }

  .slider-testimonials__mask {
    -webkit-transform: translate(-66px, 0px);
    -ms-transform: translate(-66px, 0px);
    transform: translate(-66px, 0px);
  }

  .slider-testimonials__nav-dots {
    padding-top: 30px;
  }

  .main.main-secondary {
    padding-top: 82px;
    background-image: url('/images/main-decor-right-sm.svg'), url('/images/main-decor-left.svg');
    background-position: 100% 0%, 0% 38px;
    background-size: auto, auto 160px;
  }

  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-col {
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-col.footer-col2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-col.footer-col1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .footer-col.footer-col3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-wrapper {
    padding: 0px;
  }

  .modal-wrapper__inner {
    padding: 0px;
  }

  .modal-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-form__input {
    width: 100%;
    max-width: 90%;
    font-size: 1rem;
  }

  .modal-form__submit {
    width: 100%;
    max-width: 90%;
    font-size: 1rem;
  }

  .modal-btn-close {
    top: 32px;
    right: 12px;
  }

  .modal-content {
    padding: 72px 40px 100px;
  }

  .modal-decor-1 {
    display: none;
  }

  .modal-decor-2 {
    display: none;
  }

  .modal-content-decor-1 {
    display: block;
  }

  .page-heading {
    margin-bottom: 35px;
  }

  .page-heading__title {
    font-size: 2.25rem;
  }

  .section-faq__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.875rem;
    line-height: 1.22;
  }

  .accordion-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .accordion-item__trigger {
    padding: 12px 19px 12px 12px;
  }

  .accordion-item__trigger-text {
    font-size: 0.875rem;
  }

  .accordion-item__content {
    font-size: 0.875rem;
  }

  .accordion-item__content-inner {
    padding: 12px;
  }

  .accordion-item__content-text {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 5px;
  }

  .section-ask {
    padding-bottom: 60px;
  }

  .section-ask__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-ask__bg {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: auto;
    padding-top: 36%;
  }

  .section-ask__heading {
    margin-bottom: 140px;
    font-size: 1.5rem;
  }

  .section-ask__heading.sm-mb-20 {
    margin-bottom: 20px;
  }

  .form-ask__col {
    text-align: center;
  }

  .form-ask__col.form-ask__col-50 {
    max-width: 100%;
  }

  .form-ask__input {
    padding: 1em 2em;
    font-size: 1rem;
  }

  .form-ask__input.form-ask__textarea {
    min-height: 128px;
    border-radius: 24px;
  }

  .form-ask__submit {
    padding: 1em 2em;
    font-size: 1rem;
  }

  .section-ask__img {
    width: 41vw;
    margin-left: 48vw;
  }

  .section-ask__content {
    margin-top: -80px;
  }

  .section-ask__content.sm-mt-0 {
    margin-top: 0px;
  }

  .section-ask__decor {
    top: -12%;
    width: 12vw;
  }

  .contacts-links {
    margin-bottom: 68px;
  }

  .contacts-list__item {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }

  .section-contacts__pane {
    padding: 24px 12px;
  }

  .section-contacts__heading {
    margin-bottom: 37px;
    font-size: 0.875rem;
    line-height: 1.22;
  }

  .section-contacts__pane-header {
    margin-bottom: 32px;
  }

  .conatacts-places {
    margin-bottom: 80px;
  }

  .section-about-intro__video {
    margin-bottom: 48px;
  }

  .about-content {
    margin-bottom: 64px;
  }

  .about-content__heading {
    margin-bottom: 20px;
  }

  .form-ask__radio-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .modal-forms {
    padding: 0px;
  }

  .modal-forms__inner {
    padding: 0px;
  }

  .modal-links {
    padding: 0px;
  }

  .modal-links__inner {
    padding: 0px;
  }

  .modal-links__col {
    padding-bottom: 54px;
  }

  .modal-links__heading {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .modal-links__btn {
    margin-top: 18px;
  }

  .section-present {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-present-col {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-ask__afterform {
    margin-top: 70px;
  }
}

@media screen and (max-width: 479px) {
  .hero-decor-1 {
    -webkit-transform: translate(52%, -58%);
    -ms-transform: translate(52%, -58%);
    transform: translate(52%, -58%);
  }

  .hero-decor-block-1 {
    width: 56vw;
    height: 35vh;
  }

  .header {
    padding: 0px;
  }

  .header.scrolled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .logo-img {
    width: 131px;
    max-width: 33vw;
    margin-right: 10px;
  }

  .logo-img.logo-img--footer {
    display: block;
    width: 154px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu.main-nav__menu.main-nav__menu-mobile {
    max-width: 88%;
  }

  .nav-menu__burger {
    display: none;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-left: auto;
    background-image: url('/images/icon-burger.svg');
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
  }

  .menu-button.w--open {
    right: 88%;
  }

  .nav-menu__mobile-logo {
    width: 140px;
    max-width: 50%;
  }

  .nav-menu__mobile-logo.w--current {
    width: 140px;
    max-width: 50%;
  }

  .nav-menu__close {
    display: none;
  }

  .brand {
    z-index: 2;
  }

  .brand.w--current {
    z-index: 1;
  }

  .brand.footer-brand {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-heading {
    font-size: 2rem;
  }

  .custom-list {
    margin-left: 0px;
  }

  .section-education__links-item {
    background-image: url('/images/edu-link-decor-2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('/images/edu-link-decor-2.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 180% 180%, 0px 0px;
    background-size: contain, auto;
  }

  .section-education__links-item:hover {
    background-position: 0% 100%, 0px 0px;
  }

  .section-education__links-item.section-education__links-item--inverse.section-education__links-item--last {
    background-image: url('/images/edu-link-decor-2.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('/images/edu-link-decor-2.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 220% 220%, 0px 0px;
    background-size: contain, auto;
  }

  .section-type {
    background-position: 100% 0%;
    background-size: 60%;
  }

  .section-type-tabs__menu {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-type-tabs__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-type-tabs__link.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-testimonials {
    height: 153px;
  }

  .modal-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-ask__bg {
    padding-top: 39%;
  }

  .section-ask__heading {
    max-width: 75%;
    margin-bottom: 60px;
  }

  .section-ask__heading.section-ask__heading--modal {
    max-width: 100%;
  }

  .section-ask__img {
    margin-left: 44vw;
  }

  .section-ask__content {
    margin-top: -60px;
  }

  .section-ask__decor {
    top: -6%;
    width: 12vw;
  }

  .about-intro-wrapper {
    max-width: 100%;
  }

  .about-intro__decor {
    width: 86%;
  }

  .modal-links__inner {
    max-height: 100vh;
  }
}

